projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00799b3
)
extensions/two-table: remove unused variable
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 24 Apr 2018 18:15:03 +0000
(20:15 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 24 Apr 2018 18:15:03 +0000
(20:15 +0200)
extensions/two-table.c
patch
|
blob
|
history
diff --git
a/extensions/two-table.c
b/extensions/two-table.c
index 880adff30f56e485b57b7da9aa8b74c60572ea83..4b263ccb1435465187933fcc9bc68b03efaf8865 100644
(file)
--- a/
extensions/two-table.c
+++ b/
extensions/two-table.c
@@
-205,17
+205,6
@@
init (void)
if (littleendian)
{
- const Babl *f32 = babl_format_new (
- "name", "cairo-ARGB32",
- babl_model ("R'aG'aB'aA"),
- babl_type ("u8"),
- babl_component ("B'a"),
- babl_component ("G'a"),
- babl_component ("R'a"),
- babl_component ("A"),
- NULL
- );
-
const Babl *f24 = babl_format_new (
"name", "cairo-RGB24",
babl_model ("R'G'B'"),